The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "cpan::meta"

CPAN::Meta - the distribution metadata for a CPAN dist River stage five • 430 direct dependents • 18921 total dependents

Software distributions released to the CPAN include a META.json or, for older distributions, META.yml, which describes the distribution, its contents, and the requirements for building and installing the distribution. The data structure stored in the...

DAGOLDEN/CPAN-Meta-2.150010 - 18 Aug 2016 16:11:08 UTC - Search in distribution

CPAN::Meta::X - Catalog of custom (x_*) keys in CPAN distribution metadata being used in the wild River stage one • 1 direct dependent • 1 total dependent

The CPAN distribution metadata specification allows custom keys (those that begin with "x_" or "X_") to be added to the metadata. This document tries to catalog the custom keys that are being used by CPAN authors. In addition to custom metadata keys,...

PERLANCAR/CPAN-Meta-X-0.009 - 22 Nov 2022 00:05:54 UTC - Search in distribution
  • CPAN::Meta::X::Old - Custom (x_*) keys in CPAN distribution metadata being used in the wild (old/deprecated)

CPAN::Meta::YAML - Read and write a subset of YAML for CPAN Meta files River stage five • 17 direct dependents • 18947 total dependents

This module implements a subset of the YAML specification for use in reading and writing CPAN metadata files like META.yml and MYMETA.yml. It should not be used for any other general YAML parsing or generation task. NOTE: META.yml (and MYMETA.yml) fi...

DAGOLDEN/CPAN-Meta-YAML-0.018 - 11 Dec 2015 16:57:36 UTC - Search in distribution

JSON::CPAN::Meta - (deprecated) replace META.yml with META.json River stage zero No dependents

Achtung! This library will soon be obsolete as tools move to use the official CPAN::Meta::Spec JSON files. CPAN distributions contain a file, META.yml, which contains a description of the distribution and its contents. This document is notionally wri...

RJBS/JSON-CPAN-Meta-7.001 - 16 Mar 2011 03:23:28 UTC - Search in distribution

Test::CPAN::Meta - Validate your CPAN META.yml files. River stage three • 46 direct dependents • 114 total dependents

This distribution was written to ensure that a META.yml file, provided with a standard distribution uploaded to CPAN, meets the specifications that are slowly being introduced to module uploads, via the use of package makers and installers such as Ex...

BARBIE/Test-CPAN-Meta-0.25 - 06 May 2015 07:15:47 UTC - Search in distribution

CPAN::Meta::Check - Verify requirements in a CPAN::Meta object River stage four • 17 direct dependents • 8856 total dependents

This module verifies if requirements described in a CPAN::Meta object are present....

LEONT/CPAN-Meta-Check-0.018 - 21 Jul 2023 14:24:52 UTC - Search in distribution

CPAN::SQLite::META - helper module for CPAN.pm integration River stage one • 4 direct dependents • 6 total dependents

This module has no direct public interface, but is intended as a helper module for use of CPAN::SQLite within the CPAN.pm module. A new object is created as my $obj = CPAN::SQLite::META->new($CPAN::META); where $CPAN::META comes from CPAN.pm. There a...

STRO/CPAN-SQLite-0.220 - 29 Oct 2022 06:36:35 UTC - Search in distribution

Test::CPAN::Meta::JSON - Validate a META.json file within a CPAN distribution. River stage two • 12 direct dependents • 27 total dependents

This module was written to ensure that a META.json file, provided with a standard distribution uploaded to CPAN, meets the specifications that are slowly being introduced to module uploads, via the use of package makers and installers such as ExtUtil...

BARBIE/Test-CPAN-Meta-JSON-0.16 - 14 Jan 2015 02:06:36 UTC - Search in distribution

Test::CPAN::Meta::YAML - Validate a META.yml file within a CPAN distribution. River stage one • 2 direct dependents • 3 total dependents

This module was written to ensure that a META.yml file, provided with a standard distribution uploaded to CPAN, meets the specifications that slowly being introduced to module uploads, via the use of ExtUtils::MakeMaker, Module::Build and Module::Ins...

BARBIE/Test-CPAN-Meta-YAML-0.25 - 06 May 2015 07:22:21 UTC - Search in distribution

CPAN::Meta::Requirements - a set of version requirements for a CPAN dist River stage five • 63 direct dependents • 18928 total dependents

A CPAN::Meta::Requirements object models a set of version constraints like those specified in the META.yml or META.json files in CPAN distributions, and as defined by CPAN::Meta::Spec. It can be built up by adding more and more constraints, and it wi...

RJBS/CPAN-Meta-Requirements-2.143 - 19 Jun 2023 18:53:10 UTC - Search in distribution

CPAN::Meta::Prereqs::Diff - Compare dependencies between releases using CPAN::Meta. River stage one • 2 direct dependents • 3 total dependents

This module allows relatively straight forward routines for comparing and itemizing two sets of "CPAN::Meta" prerequisites, plucking out kinds of changes that are interesting....

KENTNL/CPAN-Meta-Prereqs-Diff-0.001004 - 04 Mar 2017 09:31:07 UTC - Search in distribution

CPAN::Meta::Prereqs::Filter - Filtering various things out of CPAN::Meta::Prereqs River stage one • 2 direct dependents • 2 total dependents

This module provides various filters for CPAN::Meta::Prereqs objects....

LEONT/CPAN-Meta-Prereqs-Filter-0.006 - 12 Jan 2023 13:28:02 UTC - Search in distribution

CPAN::Perl::Releases::MetaCPAN - Mapping Perl releases on CPAN to the location of the tarballs via MetaCPAN API River stage zero No dependents

CPAN::Perl::Releases::MetaCPAN is just like CPAN::Perl::Releases, but it gets the release information via MetaCPAN API "https://fastapi.metacpan.org/v1/release"....

SKAJI/CPAN-Perl-Releases-MetaCPAN-0.009 - 31 Dec 2023 16:05:36 UTC - Search in distribution

CPAN::Common::Index::MetaDB - Search index via CPAN MetaDB River stage two • 4 direct dependents • 25 total dependents

This module implements a CPAN::Common::Index that searches for packages against the same CPAN MetaDB API used by cpanminus. There is no support for advanced package queries or searching authors. It just takes a package name and returns the correspond...

DAGOLDEN/CPAN-Common-Index-0.010 - 26 Jul 2017 14:37:53 UTC - Search in distribution

Get/MetaCPAN.pm River stage zero No dependents

SKIM/App-CPAN-Get-0.10 - 20 Apr 2024 12:51:58 UTC - Search in distribution

lib/CPAN/Packager/MetaAnalyzer.pm River stage zero No dependents

KITANO/CPAN-Packager-0.33 - 27 Feb 2010 19:13:23 UTC - Search in distribution

Dist::Zilla::Plugin::Test::CPAN::Meta::JSON - release tests for your META.json River stage two • 8 direct dependents • 16 total dependents

This is an extension of Dist::Zilla::Plugin::InlineFiles, providing the following file if META.json is in your dist: xt/release/meta-json.t - a standard Test::CPAN::Meta::JSON test See Test::CPAN::Meta::JSON for what this test does....

DOHERTY/Dist-Zilla-Plugin-Test-CPAN-Meta-JSON-0.004 - 22 Mar 2015 01:35:09 UTC - Search in distribution

CPAN::Local::Role::MetaCPAN::API - A role for plugins needing to access or query MetaCPAN's API River stage zero No dependents

This is a role for CPAN::Local plugins that want to access the MetaCPAN API, by providing a "metacpan" attribute granting easy access to a MetaCPAN::API instance....

RSRCHBOY/CPAN-Local-Role-MetaCPAN-API-0.001 - 16 Apr 2013 04:32:29 UTC - Search in distribution

gen-cpan-meta - Generate CPAN META for a distribution River stage one • 1 direct dependent • 1 total dependent

NOTE: EARLY VERSION. This utility assumes it is run in the top-level directory of a Perl distribution and will try to generate a CPAN META structure for the distribution. For example: "abstract" will be searched from POD, "name" from the shortest pac...

PERLANCAR/App-CPANMetaUtils-0.011 - 27 Aug 2020 11:17:54 UTC - Search in distribution
863 results (0.136 seconds)